home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / config.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  276b  |  11 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import sys
  5. if sys.platform.startswith('win'):
  6.     platformName = 'win'
  7. elif sys.platform.startswith('darwin'):
  8.     platformName = 'mac'
  9. else:
  10.     platformName = 'gtk'
  11.